Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): remove moq #306

Merged
merged 1 commit into from
Aug 23, 2023
Merged

chore(deps): remove moq #306

merged 1 commit into from
Aug 23, 2023

Conversation

fuzzzerd
Copy link
Owner

No description provided.

@fuzzzerd fuzzzerd self-assigned this Aug 23, 2023
@fuzzzerd
Copy link
Owner Author

fuzzzerd commented Aug 23, 2023

Command

dotnet list package --include-transitive

Output (no more Moq)

Project 'FMData' has the following package references
[net45]:
Top-level Package Requested Resolved

Microsoft.NETFramework.ReferenceAssemblies (A) [1.0.3, ) 1.0.3
Microsoft.SourceLink.GitHub 1.1.1 1.1.1
MinVer 4.3.0 4.3.0
System.ValueTuple 4.5.0 4.5.0

Transitive Package Resolved

Microsoft.Build.Tasks.Git 1.1.1
Microsoft.NETFramework.ReferenceAssemblies.net45 1.0.3
Microsoft.SourceLink.Common 1.1.1

[netstandard1.3]:
Top-level Package Requested Resolved

Microsoft.SourceLink.GitHub 1.1.1 1.1.1
MinVer 4.3.0 4.3.0
NETStandard.Library (A) [1.6.1, ) 1.6.1
System.Net.Http 4.3.4 4.3.4
System.Runtime.Serialization.Primitives 4.3.0 4.3.0
System.ValueTuple 4.5.0 4.5.0

Transitive Package Resolved

Microsoft.Build.Tasks.Git 1.1.1
Microsoft.NETCore.Platforms 1.1.1
Microsoft.NETCore.Targets 1.1.0
Microsoft.SourceLink.Common 1.1.1
Microsoft.Win32.Primitives 4.3.0
runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
runtime.native.System 4.3.0
runtime.native.System.IO.Compression 4.3.0
runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
System.AppContext 4.3.0
System.Buffers 4.3.0
System.Collections 4.3.0
System.Collections.Concurrent 4.3.0
System.Console 4.3.0
System.Diagnostics.Debug 4.3.0
System.Diagnostics.DiagnosticSource 4.3.0
System.Diagnostics.Tools 4.3.0
System.Diagnostics.Tracing 4.3.0
System.Globalization 4.3.0
System.Globalization.Calendars 4.3.0
System.IO 4.3.0
System.IO.Compression 4.3.0
System.IO.Compression.ZipFile 4.3.0
System.IO.FileSystem 4.3.0
System.IO.FileSystem.Primitives 4.3.0
System.Linq 4.3.0
System.Linq.Expressions 4.3.0
System.Net.Primitives 4.3.0
System.Net.Sockets 4.3.0
System.ObjectModel 4.3.0
System.Reflection 4.3.0
System.Reflection.Extensions 4.3.0
System.Reflection.Primitives 4.3.0
System.Resources.ResourceManager 4.3.0
System.Runtime 4.3.0
System.Runtime.Extensions 4.3.0
System.Runtime.Handles 4.3.0
System.Runtime.InteropServices 4.3.0
System.Runtime.InteropServices.RuntimeInformation 4.3.0
System.Runtime.Numerics 4.3.0
System.Security.Cryptography.Algorithms 4.3.0
System.Security.Cryptography.Encoding 4.3.0
System.Security.Cryptography.Primitives 4.3.0
System.Security.Cryptography.X509Certificates 4.3.0
System.Text.Encoding 4.3.0
System.Text.Encoding.Extensions 4.3.0
System.Text.RegularExpressions 4.3.0
System.Threading 4.3.0
System.Threading.Tasks 4.3.0
System.Threading.Tasks.Extensions 4.3.0
System.Threading.Timer 4.3.0
System.Xml.ReaderWriter 4.3.0
System.Xml.XDocument 4.3.0

[netstandard2.0]:
Top-level Package Requested Resolved

Microsoft.SourceLink.GitHub 1.1.1 1.1.1
MinVer 4.3.0 4.3.0
NETStandard.Library (A) [2.0.3, ) 2.0.3

Transitive Package Resolved

Microsoft.Build.Tasks.Git 1.1.1
Microsoft.NETCore.Platforms 1.1.0
Microsoft.SourceLink.Common 1.1.1

[net6.0]:
Top-level Package Requested Resolved

Microsoft.SourceLink.GitHub 1.1.1 1.1.1
MinVer 4.3.0 4.3.0

Transitive Package Resolved

Microsoft.Build.Tasks.Git 1.1.1
Microsoft.SourceLink.Common 1.1.1

Project 'FMData.Rest.Tests' has the following package references
[net7.0]:
Top-level Package Requested Resolved

Microsoft.NET.Test.Sdk 17.7.1 17.7.1
RichardSzalay.MockHttp 6.0.0 6.0.0
xunit 2.5.0 2.5.0
xunit.runner.console 2.5.0 2.5.0
xunit.runner.visualstudio 2.5.0 2.5.0

Transitive Package Resolved

FMData 1.0.0
FMData.Rest 1.0.0
Microsoft.CodeCoverage 17.7.1
Microsoft.NETCore.Platforms 1.1.0
Microsoft.NETCore.Targets 1.1.0
Microsoft.TestPlatform.ObjectModel 17.7.1
Microsoft.TestPlatform.TestHost 17.7.1
Microsoft.Win32.Primitives 4.3.0
NETStandard.Library 1.6.1
Newtonsoft.Json 13.0.3
NuGet.Frameworks 6.5.0
runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
runtime.native.System 4.3.0
runtime.native.System.IO.Compression 4.3.0
runtime.native.System.Net.Http 4.3.0
runtime.native.System.Security.Cryptography.Apple 4.3.0
runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple 4.3.0
runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
System.AppContext 4.3.0
System.Buffers 4.3.0
System.Collections 4.3.0
System.Collections.Concurrent 4.3.0
System.Console 4.3.0
System.Diagnostics.Debug 4.3.0
System.Diagnostics.DiagnosticSource 4.3.0
System.Diagnostics.Tools 4.3.0
System.Diagnostics.Tracing 4.3.0
System.Globalization 4.3.0
System.Globalization.Calendars 4.3.0
System.Globalization.Extensions 4.3.0
System.IO 4.3.0
System.IO.Compression 4.3.0
System.IO.Compression.ZipFile 4.3.0
System.IO.FileSystem 4.3.0
System.IO.FileSystem.Primitives 4.3.0
System.Linq 4.3.0
System.Linq.Expressions 4.3.0
System.Net.Http 4.3.0
System.Net.Primitives 4.3.0
System.Net.Sockets 4.3.0
System.ObjectModel 4.3.0
System.Reflection 4.3.0
System.Reflection.Emit 4.3.0
System.Reflection.Emit.ILGeneration 4.3.0
System.Reflection.Emit.Lightweight 4.3.0
System.Reflection.Extensions 4.3.0
System.Reflection.Metadata 1.6.0
System.Reflection.Primitives 4.3.0
System.Reflection.TypeExtensions 4.3.0
System.Resources.ResourceManager 4.3.0
System.Runtime 4.3.0
System.Runtime.Extensions 4.3.0
System.Runtime.Handles 4.3.0
System.Runtime.InteropServices 4.3.0
System.Runtime.InteropServices.RuntimeInformation 4.3.0
System.Runtime.Numerics 4.3.0
System.Security.Cryptography.Algorithms 4.3.0
System.Security.Cryptography.Cng 4.3.0
System.Security.Cryptography.Csp 4.3.0
System.Security.Cryptography.Encoding 4.3.0
System.Security.Cryptography.OpenSsl 4.3.0
System.Security.Cryptography.Primitives 4.3.0
System.Security.Cryptography.X509Certificates 4.3.0
System.Text.Encoding 4.3.0
System.Text.Encoding.Extensions 4.3.0
System.Text.RegularExpressions 4.3.0
System.Threading 4.3.0
System.Threading.Tasks 4.3.0
System.Threading.Tasks.Extensions 4.3.0
System.Threading.Timer 4.3.0
System.Xml.ReaderWriter 4.3.0
System.Xml.XDocument 4.3.0
xunit.abstractions 2.0.3
xunit.analyzers 1.2.0
xunit.assert 2.5.0
xunit.core 2.5.0
xunit.extensibility.core 2.5.0
xunit.extensibility.execution 2.5.0

Project 'FMData.Rest' has the following package references
[net45]:
Top-level Package Requested Resolved

Microsoft.NETFramework.ReferenceAssemblies (A) [1.0.3, ) 1.0.3
Microsoft.SourceLink.GitHub 1.1.1 1.1.1
MinVer 4.3.0 4.3.0
Newtonsoft.Json 13.0.3 13.0.3
System.ValueTuple 4.5.0 4.5.0

Transitive Package Resolved

FMData 1.0.0
Microsoft.Build.Tasks.Git 1.1.1
Microsoft.NETFramework.ReferenceAssemblies.net45 1.0.3
Microsoft.SourceLink.Common 1.1.1

[netstandard1.3]:
Top-level Package Requested Resolved

Microsoft.SourceLink.GitHub 1.1.1 1.1.1
MinVer 4.3.0 4.3.0
NETStandard.Library (A) [1.6.1, ) 1.6.1
Newtonsoft.Json 13.0.3 13.0.3
System.Net.Http 4.3.4 4.3.4
System.ValueTuple 4.5.0 4.5.0

Transitive Package Resolved

FMData 1.0.0
Microsoft.Build.Tasks.Git 1.1.1
Microsoft.CSharp 4.3.0
Microsoft.NETCore.Platforms 1.1.1
Microsoft.NETCore.Targets 1.1.0
Microsoft.SourceLink.Common 1.1.1
Microsoft.Win32.Primitives 4.3.0
runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
runtime.native.System 4.3.0
runtime.native.System.IO.Compression 4.3.0
runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
System.AppContext 4.3.0
System.Buffers 4.3.0
System.Collections 4.3.0
System.Collections.Concurrent 4.3.0
System.ComponentModel 4.3.0
System.ComponentModel.Primitives 4.3.0
System.ComponentModel.TypeConverter 4.3.0
System.Console 4.3.0
System.Diagnostics.Debug 4.3.0
System.Diagnostics.DiagnosticSource 4.3.0
System.Diagnostics.Tools 4.3.0
System.Diagnostics.Tracing 4.3.0
System.Dynamic.Runtime 4.3.0
System.Globalization 4.3.0
System.Globalization.Calendars 4.3.0
System.IO 4.3.0
System.IO.Compression 4.3.0
System.IO.Compression.ZipFile 4.3.0
System.IO.FileSystem 4.3.0
System.IO.FileSystem.Primitives 4.3.0
System.Linq 4.3.0
System.Linq.Expressions 4.3.0
System.Net.Primitives 4.3.0
System.Net.Sockets 4.3.0
System.ObjectModel 4.3.0
System.Reflection 4.3.0
System.Reflection.Emit 4.3.0
System.Reflection.Emit.ILGeneration 4.3.0
System.Reflection.Extensions 4.3.0
System.Reflection.Primitives 4.3.0
System.Reflection.TypeExtensions 4.3.0
System.Resources.ResourceManager 4.3.0
System.Runtime 4.3.0
System.Runtime.Extensions 4.3.0
System.Runtime.Handles 4.3.0
System.Runtime.InteropServices 4.3.0
System.Runtime.InteropServices.RuntimeInformation 4.3.0
System.Runtime.Numerics 4.3.0
System.Runtime.Serialization.Formatters 4.3.0
System.Runtime.Serialization.Primitives 4.3.0
System.Security.Cryptography.Algorithms 4.3.0
System.Security.Cryptography.Encoding 4.3.0
System.Security.Cryptography.Primitives 4.3.0
System.Security.Cryptography.X509Certificates 4.3.0
System.Text.Encoding 4.3.0
System.Text.Encoding.Extensions 4.3.0
System.Text.RegularExpressions 4.3.0
System.Threading 4.3.0
System.Threading.Tasks 4.3.0
System.Threading.Tasks.Extensions 4.3.0
System.Threading.Timer 4.3.0
System.Xml.ReaderWriter 4.3.0
System.Xml.XDocument 4.3.0
System.Xml.XmlDocument 4.3.0

[netstandard2.0]:
Top-level Package Requested Resolved

Microsoft.SourceLink.GitHub 1.1.1 1.1.1
MinVer 4.3.0 4.3.0
NETStandard.Library (A) [2.0.3, ) 2.0.3
Newtonsoft.Json 13.0.3 13.0.3

Transitive Package Resolved

FMData 1.0.0
Microsoft.Build.Tasks.Git 1.1.1
Microsoft.NETCore.Platforms 1.1.0
Microsoft.SourceLink.Common 1.1.1

[net6.0]:
Top-level Package Requested Resolved

Microsoft.SourceLink.GitHub 1.1.1 1.1.1
MinVer 4.3.0 4.3.0
Newtonsoft.Json 13.0.3 13.0.3

Transitive Package Resolved

FMData 1.0.0
Microsoft.Build.Tasks.Git 1.1.1
Microsoft.SourceLink.Common 1.1.1

Project 'FMData.Xml' has the following package references
[net45]:
Top-level Package Requested Resolved

Microsoft.NETFramework.ReferenceAssemblies (A) [1.0.3, ) 1.0.3
Microsoft.SourceLink.GitHub 1.1.1 1.1.1
MinVer 4.3.0 4.3.0
System.ValueTuple 4.5.0 4.5.0

Transitive Package Resolved

FMData 1.0.0
Microsoft.Build.Tasks.Git 1.1.1
Microsoft.NETFramework.ReferenceAssemblies.net45 1.0.3
Microsoft.SourceLink.Common 1.1.1

[netstandard1.3]:
Top-level Package Requested Resolved

Microsoft.SourceLink.GitHub 1.1.1 1.1.1
MinVer 4.3.0 4.3.0
NETStandard.Library (A) [1.6.1, ) 1.6.1
System.Net.Http 4.3.4 4.3.4
System.Runtime.Serialization.Primitives 4.3.0 4.3.0
System.ValueTuple 4.5.0 4.5.0

Transitive Package Resolved

FMData 1.0.0
Microsoft.Build.Tasks.Git 1.1.1
Microsoft.NETCore.Platforms 1.1.1
Microsoft.NETCore.Targets 1.1.0
Microsoft.SourceLink.Common 1.1.1
Microsoft.Win32.Primitives 4.3.0
runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
runtime.native.System 4.3.0
runtime.native.System.IO.Compression 4.3.0
runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
System.AppContext 4.3.0
System.Buffers 4.3.0
System.Collections 4.3.0
System.Collections.Concurrent 4.3.0
System.Console 4.3.0
System.Diagnostics.Debug 4.3.0
System.Diagnostics.DiagnosticSource 4.3.0
System.Diagnostics.Tools 4.3.0
System.Diagnostics.Tracing 4.3.0
System.Globalization 4.3.0
System.Globalization.Calendars 4.3.0
System.IO 4.3.0
System.IO.Compression 4.3.0
System.IO.Compression.ZipFile 4.3.0
System.IO.FileSystem 4.3.0
System.IO.FileSystem.Primitives 4.3.0
System.Linq 4.3.0
System.Linq.Expressions 4.3.0
System.Net.Primitives 4.3.0
System.Net.Sockets 4.3.0
System.ObjectModel 4.3.0
System.Reflection 4.3.0
System.Reflection.Extensions 4.3.0
System.Reflection.Primitives 4.3.0
System.Resources.ResourceManager 4.3.0
System.Runtime 4.3.0
System.Runtime.Extensions 4.3.0
System.Runtime.Handles 4.3.0
System.Runtime.InteropServices 4.3.0
System.Runtime.InteropServices.RuntimeInformation 4.3.0
System.Runtime.Numerics 4.3.0
System.Security.Cryptography.Algorithms 4.3.0
System.Security.Cryptography.Encoding 4.3.0
System.Security.Cryptography.Primitives 4.3.0
System.Security.Cryptography.X509Certificates 4.3.0
System.Text.Encoding 4.3.0
System.Text.Encoding.Extensions 4.3.0
System.Text.RegularExpressions 4.3.0
System.Threading 4.3.0
System.Threading.Tasks 4.3.0
System.Threading.Tasks.Extensions 4.3.0
System.Threading.Timer 4.3.0
System.Xml.ReaderWriter 4.3.0
System.Xml.XDocument 4.3.0

[netstandard2.0]:
Top-level Package Requested Resolved

Microsoft.SourceLink.GitHub 1.1.1 1.1.1
MinVer 4.3.0 4.3.0
NETStandard.Library (A) [2.0.3, ) 2.0.3

Transitive Package Resolved

FMData 1.0.0
Microsoft.Build.Tasks.Git 1.1.1
Microsoft.NETCore.Platforms 1.1.0
Microsoft.SourceLink.Common 1.1.1

[net6.0]:
Top-level Package Requested Resolved

Microsoft.SourceLink.GitHub 1.1.1 1.1.1
MinVer 4.3.0 4.3.0

Transitive Package Resolved

FMData 1.0.0
Microsoft.Build.Tasks.Git 1.1.1
Microsoft.SourceLink.Common 1.1.1

Project 'FMData.Xml.Tests' has the following package references
[net7.0]:
Top-level Package Requested Resolved

Microsoft.NET.Test.Sdk 17.7.1 17.7.1
RichardSzalay.MockHttp 6.0.0 6.0.0
xunit 2.5.0 2.5.0
xunit.runner.console 2.5.0 2.5.0
xunit.runner.visualstudio 2.5.0 2.5.0

Transitive Package Resolved

FMData 1.0.0
FMData.Xml 1.0.0
Microsoft.CodeCoverage 17.7.1
Microsoft.NETCore.Platforms 1.1.0
Microsoft.NETCore.Targets 1.1.0
Microsoft.TestPlatform.ObjectModel 17.7.1
Microsoft.TestPlatform.TestHost 17.7.1
Microsoft.Win32.Primitives 4.3.0
NETStandard.Library 1.6.1
Newtonsoft.Json 13.0.1
NuGet.Frameworks 6.5.0
runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
runtime.native.System 4.3.0
runtime.native.System.IO.Compression 4.3.0
runtime.native.System.Net.Http 4.3.0
runtime.native.System.Security.Cryptography.Apple 4.3.0
runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple 4.3.0
runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
System.AppContext 4.3.0
System.Buffers 4.3.0
System.Collections 4.3.0
System.Collections.Concurrent 4.3.0
System.Console 4.3.0
System.Diagnostics.Debug 4.3.0
System.Diagnostics.DiagnosticSource 4.3.0
System.Diagnostics.Tools 4.3.0
System.Diagnostics.Tracing 4.3.0
System.Globalization 4.3.0
System.Globalization.Calendars 4.3.0
System.Globalization.Extensions 4.3.0
System.IO 4.3.0
System.IO.Compression 4.3.0
System.IO.Compression.ZipFile 4.3.0
System.IO.FileSystem 4.3.0
System.IO.FileSystem.Primitives 4.3.0
System.Linq 4.3.0
System.Linq.Expressions 4.3.0
System.Net.Http 4.3.0
System.Net.Primitives 4.3.0
System.Net.Sockets 4.3.0
System.ObjectModel 4.3.0
System.Reflection 4.3.0
System.Reflection.Emit 4.3.0
System.Reflection.Emit.ILGeneration 4.3.0
System.Reflection.Emit.Lightweight 4.3.0
System.Reflection.Extensions 4.3.0
System.Reflection.Metadata 1.6.0
System.Reflection.Primitives 4.3.0
System.Reflection.TypeExtensions 4.3.0
System.Resources.ResourceManager 4.3.0
System.Runtime 4.3.0
System.Runtime.Extensions 4.3.0
System.Runtime.Handles 4.3.0
System.Runtime.InteropServices 4.3.0
System.Runtime.InteropServices.RuntimeInformation 4.3.0
System.Runtime.Numerics 4.3.0
System.Security.Cryptography.Algorithms 4.3.0
System.Security.Cryptography.Cng 4.3.0
System.Security.Cryptography.Csp 4.3.0
System.Security.Cryptography.Encoding 4.3.0
System.Security.Cryptography.OpenSsl 4.3.0
System.Security.Cryptography.Primitives 4.3.0
System.Security.Cryptography.X509Certificates 4.3.0
System.Text.Encoding 4.3.0
System.Text.Encoding.Extensions 4.3.0
System.Text.RegularExpressions 4.3.0
System.Threading 4.3.0
System.Threading.Tasks 4.3.0
System.Threading.Tasks.Extensions 4.3.0
System.Threading.Timer 4.3.0
System.Xml.ReaderWriter 4.3.0
System.Xml.XDocument 4.3.0
xunit.abstractions 2.0.3
xunit.analyzers 1.2.0
xunit.assert 2.5.0
xunit.core 2.5.0
xunit.extensibility.core 2.5.0
xunit.extensibility.execution 2.5.0

Project 'FMData.Rest.Auth.FileMakerCloud' has the following package references
[netstandard2.0]:
Top-level Package Requested Resolved

Amazon.Extensions.CognitoAuthentication 2.5.0 2.5.0
AWSSDK.CognitoIdentityProvider 3.7.6.4 3.7.6.4
Microsoft.SourceLink.GitHub 1.1.1 1.1.1
MinVer 4.3.0 4.3.0
NETStandard.Library (A) [2.0.3, ) 2.0.3
Newtonsoft.Json 13.0.3 13.0.3

Transitive Package Resolved

AWSSDK.CognitoIdentity 3.7.0.2
AWSSDK.Core 3.7.13.2
AWSSDK.SecurityToken 3.7.0.2
FMData 1.0.0
FMData.Rest 1.0.0
Microsoft.Bcl.AsyncInterfaces 1.1.0
Microsoft.Build.Tasks.Git 1.1.1
Microsoft.NETCore.Platforms 1.1.0
Microsoft.SourceLink.Common 1.1.1
System.Runtime.CompilerServices.Unsafe 4.5.2
System.Threading.Tasks.Extensions 4.5.2

[net6.0]:
Top-level Package Requested Resolved

Amazon.Extensions.CognitoAuthentication 2.5.0 2.5.0
AWSSDK.CognitoIdentityProvider 3.7.6.4 3.7.6.4
Microsoft.SourceLink.GitHub 1.1.1 1.1.1
MinVer 4.3.0 4.3.0
Newtonsoft.Json 13.0.3 13.0.3

Transitive Package Resolved

AWSSDK.CognitoIdentity 3.7.0.2
AWSSDK.Core 3.7.13.2
AWSSDK.SecurityToken 3.7.0.2
FMData 1.0.0
FMData.Rest 1.0.0
Microsoft.Build.Tasks.Git 1.1.1
Microsoft.SourceLink.Common 1.1.1

(A) : Auto-referenced package.

@fuzzzerd fuzzzerd merged commit e6ebd1d into master Aug 23, 2023
6 checks passed
@fuzzzerd fuzzzerd deleted the issue/304-remove-moq branch August 23, 2023 02:15
@fuzzzerd fuzzzerd mentioned this pull request Aug 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant